home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-02-13 | 1.1 KB | 76 lines | [TEXT/ttxt] |
- /* By Andrew O'Meara */
- /* By Mavelick mavelick@amp.office.ne.jp */
- /* By Dr. Lex dr.lex@cryogen.com */
- /* By Jay jasonmcbride@mac.com */
-
- Resn=" 10 ",
-
- Durn=" 3 ",
-
-
- CamX=" 0 ",
- CamY=" 1 ",
- CamZ=" 90 ",
-
- CmLX=" 0 ",
- CmLY=" 0 ",
- CmLZ=" 0 ",
-
- CUpX=" -cos( .5 * PI * t * .8 ) ",
- CUpY=" sin( .5 * PI * t * .8 ) ",
- CUpZ=" 0 ",
-
- LvlR=" mag( .6 ) - .2 ",
- LvlG=" mag( .45 ) - .2 ",
- LvlB=" mag( .2 ) - .2 ",
-
- A0=" 5 ",
- A1=" 3 ",
- A2=" 1 ",
-
- C0=" 175 + A0 * ( .03 - dt ) ",
- C1=" 175 + A1 * ( .03 - dt ) ",
- C2=" 175 + A2 * ( .03 - dt ) ",
-
- D0=" c0 * ( s + 0.2 ) ",
- D1=" c1 * ( s + 0.2 ) ",
-
- D2=" ( d0 * sin( d0 ) ) ",
- D3=" ( d0 * cos( d0 ) ) ",
- D4=" ( d1 * sin( d1 ) ) ",
- D5=" ( d1 * cos( d1 ) ) ",
-
- D6=" c2 * ( s + 0.2 ) ",
-
-
-
- LWdt=" 1 ",
-
- R=" ( mag( .6 ) - .2 ) + .2 ",
- G=" ( mag( .45 ) - .2 ) + .2 ",
- B=" ( mag( .2 ) - .1 ) + .1 ",
-
- widt=420,heig=420, /* J;-)¬~ */
-
-
- ConL=1,ConB=0,
-
-
- Fall=" 1 ",
-
-
- X=" d3 + ( s + 5 ) ",
- Y=" d2 + ( s + 5 ) ",
- Z=" 50 * abs( mag( s ) ) ",
-
-
- Scal=" 420 ",
-
- ScSz=1,
-
-
- Pers=" 250 ",
-
-
- Vers=30,
-